|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.quilt.graph.Vertex | +--org.quilt.graph.Exit
An exit vertex in a directed graph. This vertex always has an index of 1.
Field Summary |
Fields inherited from class org.quilt.graph.Vertex |
connector, graph, index, label_ |
Constructor Summary | |
protected |
Exit(Directed g)
Constructor for the exit vertex for a Quilt directed graph. |
Method Summary | |
Connector |
getConnector()
Get the connection, back to the entry vertex in a top-level graph. |
Edge |
getEdge()
Get the outgoing edge. |
Vertex |
getTarget()
Get its target. |
void |
setTarget(Vertex v)
Set its target. |
java.lang.String |
toString()
|
Methods inherited from class org.quilt.graph.Vertex |
above, checkForNull, getGraph, getIndex, getLabel, makeBinary, makeComplex, makeMulti, setConnector, setLabel |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
protected Exit(Directed g)
g
- Reference to the parent Directed graph.Method Detail |
public Connector getConnector()
getConnector
in class Vertex
public Edge getEdge()
getEdge
in class Vertex
public Vertex getTarget()
getTarget
in class Vertex
public void setTarget(Vertex v)
public java.lang.String toString()
toString
in class Vertex
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |